home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the mouseDown
- set the castNum of sprite 45 to 58
- updateStage()
- if the frame = 11 then
- go(70)
- next repeat
- end if
- go(the frame - 1)
- end repeat
- end
-
- on mouseUp
- set the castNum of sprite 45 to 59
- updateStage()
- end
-